home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / var / lib / dpkg / info / fdutils.prerm < prev    next >
Encoding:
Text File  |  2007-03-05  |  467 b   |  18 lines

  1. #!/bin/sh
  2.  
  3. install-info --quiet --remove /usr/share/info/fdutils.info.gz
  4.  
  5. # Automatically added by dh_installdocs
  6. if [ "$1" = remove ] || [ "$1" = upgrade ] && \
  7.    which install-docs >/dev/null 2>&1; then
  8.     install-docs -r fdutils-faq
  9. fi
  10. # End automatically added section
  11. # Automatically added by dh_installdocs
  12. if [ "$1" = remove ] || [ "$1" = upgrade ] && \
  13.    which install-docs >/dev/null 2>&1; then
  14.     install-docs -r fdutils
  15. fi
  16. # End automatically added section
  17.  
  18.